You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,24 +65,24 @@ Pull and merge requests are welcome ☺
65
65
##### Sender
66
66
To send data with Devo SDK, first choose the required endpoint depending on the region your are accessing from:
67
67
68
-
| Region | Endpoint | Port |
69
-
|-------- |--------------------------- |------ |
70
-
| USA | us.elb.relay.logtrust.net | 443 |
71
-
| Europe | eu.elb.relay.logtrust.net | 443 |
72
-
| Spain | es.elb.relay.logtrust.net | 443 |
68
+
| Region | Endpoint | Port |
69
+
|--------|----------------------|------|
70
+
| USA | collector-us.devo.io | 443 |
71
+
| Canada | collector-ca.devo.io | 443 |
72
+
| Europe | collector-eu.devo.io | 443 |
73
+
| APAC | collector-ap.devo.io | 443 |
73
74
74
75
You have more information in the official documentation of Devo, [Sending data to Devo](https://docs.devo.com/space/latest/94652410/Sending%20data%20to%20Devo).
75
76
76
77
##### API
77
78
To perform a request with API, first choose the required endpoint depending on the region your are accessing from:
Copy file name to clipboardExpand all lines: docs/common.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ This library add utilities for other packages.
8
8
- Unification in the way of treating configuration files
9
9
- Logging functions
10
10
11
-
#### Date Formats
11
+
#### Date formats considerations
12
12
- Fixed format: As described on [Official Python Docs](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior). Accepted formats are:
13
13
- '%Y-%m-%d %H:%M:%S'
14
14
- '%Y-%m-%d', the time will be truncated to 00:00:00
15
-
- Timestamp: From epoch in millis
15
+
- Timestamp: From epoch (keep in mind API interface uses epoch in **seconds**)
16
16
- Dynamic expression: Using the LinQ sintax we can use several functions
0 commit comments