-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service environment configuration to elastic exporter #438
Comments
@axw looks like you added the initial elastic implementation, can you take a look at this? |
Thanks for the ping @jrcamp, will do. |
We can certainly look for @cyrille-leclerc thoughts? |
FYI, after discussing with @axw , we have created open-telemetry/opentelemetry-specification#752 |
open-telemetry/opentelemetry-specification#606 was recently merged, adding the |
Quick update: there's ongoing discussion about the new convention at open-telemetry/opentelemetry-specification#851. Once that is resolved, I'll update the Elastic exporter. |
@vinsce here is a sample to define the
|
* change the histogram aggregator to have a consistent but blocking Checkpoint() * docs * wrapping docs * remove currentIdx from the 8bit alignment check * stress test * add export and move lockfreewrite algorithm to an external struct. * move state locker to another package. * add todos * minimal tests * renaming and docs * change to context.Background() * add link to algorithm and grammars Co-authored-by: Joshua MacDonald <[email protected]>
* Revert version of syslog-go * chlog
Based on the Kibana documentation, the special field
service.environment
is used to identify the environment of the service. If the variable is not specified, the environment associated with the service is Not defined.However the
service.environment
variable is not recognized by the elastic exporter, and it is considered a generic label and converted tolabels.service_environment
:This is the collector configuration I'm using:
The
service.name
is correctly propagated to elastic as it is but theservice.environment
is not.The text was updated successfully, but these errors were encountered: