- 18 Feb, 2025 1 commit
-
-
Ryan authored
This shit requires pb generated code which is not vendored. Remove it.
-
- 21 Nov, 2022 3 commits
-
-
Bogdan Drutu authored
Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com> Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com>
-
Archit Jugran authored
Update codeowners for googlecloudspannerreceiver
-
Dinesh Gurumurthy authored
* [exporter/datadog] Change metadata error logging to info * add changelog
-
- 19 Nov, 2022 4 commits
-
-
Bogdan Drutu authored
Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com> Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com>
-
Alex Boten authored
Signed-off-by:
Alex Boten <aboten@lightstep.com> Signed-off-by:
Alex Boten <aboten@lightstep.com>
-
Dmitrii Anoshin authored
Return full error instead of format string "Unable to process request body: %v"
-
Dmitrii Anoshin authored
We used only one constant for error message from "github.com/jaegertracing/jaeger/cmd/collector/app/handler"
-
- 18 Nov, 2022 12 commits
-
-
Tyler Helmuth authored
Adds support for setting maps in Values. The primary impact is the ability for contexts to set maps as attribute values.
-
Gustavo Paiva authored
Trim type's and unit's suffixes from metric name as per otel specs. There was a lot of changes required to pass down a featuregate.Registry in order to be testable. The important bit in the receiver code path is the metricFamily.appendMetric which trims the suffixes when creating an OTLP metric. Units suffixes will only take effect when using the OpenMetrics format, since the prometheus parser doesn't support units. This is being guarded by the gate: --feature-gates=pkg.translator.prometheus.NormalizeName
-
Peter Wiese authored
* [exporter/azuremonitor] Support span and exception events Exception events flow to the AppInsights Exception table Span events flow to the Traces table, when enabled. * Add changelog entry * Exporting span events is off by default
-
OpenTelemetry Bot authored
* Update the jmx-metrics version to * Update add-jmx-metrics-gatherer-1.20.0-alpha.yaml Co-authored-by:
Alex Boten <alex@boten.ca>
-
Adam Boguszewski authored
[receiver/elasticsearch]: add missing datapoints for operation count and operation time metrics (#16170) * feat: add missing operation count datapoints with total aggregation * feat: add missing operation count datapoints with primary shards aggregation * feat: add missing operation time datapoints with total shard aggregation * feat: add missing operation time datapoints with primary shards aggregations
-
Dani Louca authored
Adding new feature to allow the user to add their own CA to the ingest and api client cert pool. This is needed when the exporter is pointing to a TLS enabled signalfx receiver or/and TLS enabled http_forwarder and the CA is not in the system cert pool (ex: agent <--> GW setup) Signed-off-by:
Dani Louca <dlouca@splunk.com> Co-authored-by:
Dmitrii Anoshin <anoshindx@gmail.com>
-
Tyler Helmuth authored
Use proper context name in readme
-
Tyler Helmuth authored
Update autoassign.yaml
-
Evan Bradley authored
Add new approvers to remaining lists Co-authored-by:
Evan Bradley <evan-bradley@users.noreply.github.com>
-
Dmitrii Anoshin authored
by increasing the expected time to start and stop
-
Sean Marciniak authored
These tests needed a little love to make it easier to contribute to the component Co-authored-by:
Alex Boten <alex@boten.ca>
-
Bogdan Drutu authored
Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com>
-
- 17 Nov, 2022 5 commits
-
-
Seth L authored
-
Adam Boguszewski authored
* feat: add cluster health metrics for two more shard types
-
Adam Boguszewski authored
feat: add document count metrics on index level
-
Daniel Jaglowski authored
This functionality was broken during refactoring of the unmarshaling logic. Previously, various yaml types could be used to represent a severity level. This was designed to be as open as possible to future implementations. However, it is now clear that only some keys are valid anyways. Namely, string and ints that represent OTel's native severity levels. Both strings and ints are now treated as strings when unmarshaling, which is fully compatible with the sev map lookup code.
-
wzy531a authored
Fix nil pointer exception when vcenter receiver collectVMs.
-
- 16 Nov, 2022 11 commits
-
-
Daniel Jaglowski authored
-
Bogdan Drutu authored
Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by:
Alex Boten <aboten@lightstep.com>
-
Dmitrii Anoshin authored
-
Alex Boten authored
cc: @open-telemetry/collector-contrib-approvers Signed-off-by:
Alex Boten <aboten@lightstep.com>
-
Daniel Jaglowski authored
Also adds prerequisite targets to a couple targets so they can be run independently.
-
Adam Boguszewski authored
* feat: add query cache metrics on index level * feat: add cache.size metric * fix: remove cache name attribute from size metric
-
look authored
* add a new method BuildWithSplitFunc, this method can directly pass in a user-defined splitFunc
-
Jared Tan authored
* fix demo could not stat up Signed-off-by:
Jared Tan <jian.tan@daocloud.io> * remove unnecessary GOOS=linux Signed-off-by:
Jared Tan <jian.tan@daocloud.io> Signed-off-by:
Jared Tan <jian.tan@daocloud.io>
-
Antoine Toulme authored
[exporter/splunkhecexporter] Do not log a warning on mapping empty metrics.
-
Antoine Toulme authored
Make flaky test less demanding, and add more checks to make sure the test actually tests a behavior of the exporter
-
Sean Marciniak authored
-
- 15 Nov, 2022 4 commits
-
-
Manuel de la Peña authored
It's not used anymore, in favor of testcontainers-go
-
Dmitrii Anoshin authored
1. In adoption to deprecation of [Span|Trace]ID.HexString method, this change includes migration to [Span|Trace]ID implementing fmt.Stringer interface for display purposes. 2. Adopt to service.State enum values renames
-
Dmitrii Anoshin authored
-
Evan Bradley authored
* Commonize logic for handling slice and non-slice args * Add PR number for issue reference Co-authored-by:
Evan Bradley <evan-bradley@users.noreply.github.com>
-