Document updated on Jul 24, 2020
Instana is a fully automated Application Performance Management (APM) solution designed specifically for the challenges of managing microservice and cloud-native applications.
With Instana you:
The Instana exporter allows you export data to Instana. Enabling it only requires you to add the instana namespace with a few seetings as follows:
{
"version": 3,
"extra_config": {
"telemetry/instana": {
"AgentHost": "localhost",
"AgentPort": 46999
}
}
}
| By default Instana uses localhost. Defaults to "localhost" | ||||||||
| By default instana uses 46999. Defaults to 46999 | ||||||||
| Enables automatic continuous process profiling when true. | ||||||||
| The number of spans to collect before flushing the buffer to the agent. | ||||||||
| Whether to include profiler calls into the profile or not. | ||||||||
| One of Error 0, Warn 1, Info 2 or Debug 3. Possible values are: 0 , 1 , 2 , 3 | ||||||||
| The maximum number of profiles to buffer. | ||||||||
| The maximum number of spans to buffer. | ||||||||
| The global service name that will be used to identify the program in the Instana backend. The service name is set to the name of current executable by default. | ||||||||
| Tracer-specific configuration used by all tracers
|
The documentation is only a piece of the help you can get! Whether you are looking for Open Source or Enterprise support, see more support channels that can help you.