Skip to content

Commit 064af9b

Browse files
povilasvJaredTan95
authored andcommitted
[chore] [coralogixexporter] Docs: Update docs to reflect new information (open-telemetry#27480)
1 parent 407900a commit 064af9b

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

exporter/coralogixexporter/README.md

+14-16
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,25 @@ Depending on your region, you might need to use a different domain. Here are the
8080
8181
| Region | Domain |
8282
|---------|---------------------------------|
83-
| USA1 | `coralogix.us` |
84-
| APAC1 | `coralogix.in` |
85-
| APAC2 | `coralogixsg.com` |
86-
| EUROPE1 | `coralogix.com` |
87-
| EUROPE2 | `eu2.coralogix.com` |
83+
| USA1 | `coralogix.us` |
84+
| USA2 | `cx498.coralogix.com` |
85+
| APAC1 | `coralogix.in` |
86+
| APAC2 | `coralogixsg.com` |
87+
| EUROPE1 | `coralogix.com` |
88+
| EUROPE2 | `eu2.coralogix.com` |
8889

8990
Additionally, Coralogix supports AWS PrivateLink, which provides private connectivity between virtual private clouds (VPCs), supported AWS services, and your on-premises networks without exposing your traffic to the public internet.
9091

9192
Here are available AWS PrivateLink domains:
9293

93-
| Region | Domain |
94-
|---------|-----------------------------|
95-
| USA1 | `private.coralogix.com` |
96-
| APAC1 | `private.coralogix.in` |
97-
| APAC2 | `private.coralogixsg.com` |
98-
| EUROPE1 | `private.coralogix.com` |
99-
| EUROPE2 | `private.eu2.coralogix.com` |
100-
94+
| Region | Domain |
95+
|---------|-----------------------------------------------------|
96+
| USA1 | `private.coralogix.com` |
97+
| USA2 | `ingress.private.cx498-aws-us-west-2.coralogix.com` |
98+
| APAC1 | `private.coralogix.in` |
99+
| APAC2 | `private.coralogixsg.com` |
100+
| EUROPE1 | `private.coralogix.com` |
101+
| EUROPE2 | `private.eu2.coralogix.com` |
101102
Learn more about [AWS PrivateLink in the documentation page](https://coralogix.com/docs/coralogix-amazon-web-services-aws-privatelink-endpoints/).
102103

103104
### Application and SubSystem attributes
@@ -117,13 +118,10 @@ exporters:
117118
- "k8s.namespace.name"
118119
- "service.namespace"
119120
subsystem_name_attributes:
120-
- "k8s.job.name"
121121
- "k8s.deployment.name"
122122
- "k8s.statefulset.name"
123123
- "k8s.daemonset.name"
124124
- "k8s.cronjob.name"
125-
- "k8s.pod.name"
126-
- "k8s.node.name"
127125
- "service.name"
128126
```
129127
### Host Attributes

0 commit comments

Comments
 (0)